Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ant.core.IAntClasspathEntry

Packages that use IAntClasspathEntry
org.eclipse.ant.core Provides support for running the Ant build tool in the platform. 
 

Uses of IAntClasspathEntry in org.eclipse.ant.core
 

Methods in org.eclipse.ant.core that return IAntClasspathEntry
 IAntClasspathEntry[] AntCorePreferences.getDefaultAntHomeEntries()
          Returns the array of classpath entires that is the default set of entires defining the Ant classpath.
 IAntClasspathEntry AntCorePreferences.getToolsJarEntry(IPath javaHomePath)
          Returns the IAntClasspathEntry for the tools.jar associated with the path supplied May return null if no tools.jar is found (e.g.
 IAntClasspathEntry AntCorePreferences.getToolsJarEntry()
          Returns the IAntClasspathEntry for the tools.jar associated with the "java.home" location.
 IAntClasspathEntry[] AntCorePreferences.getClasspathEntries()
          Returns the entire set of classpath entires that define the Ant runtime classpath.
 IAntClasspathEntry[] AntCorePreferences.getAntHomeClasspathEntries()
          Returns the set of classpath entries that compose the libraries added to the Ant runtime classpath from the Ant home location.
 IAntClasspathEntry[] AntCorePreferences.getAdditionalClasspathEntries()
          Returns the set of classpath entries that the user has added to the Ant runtime classpath.
 

Methods in org.eclipse.ant.core with parameters of type IAntClasspathEntry
 void AntCorePreferences.setAntHomeClasspathEntries(IAntClasspathEntry[] entries)
          Sets the set of classpath entries that compose the libraries added to the Ant runtime classpath from the Ant home location.
 void AntCorePreferences.setAdditionalClasspathEntries(IAntClasspathEntry[] entries)
          Sets the set of classpath entries that the user has added to the Ant runtime classpath.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.